Uses of Interface
org.eclipse.vtp.framework.common.controller.IDispatcher

Packages that use IDispatcher
org.eclipse.vtp.framework.common.controller   
 

Uses of IDispatcher in org.eclipse.vtp.framework.common.controller
 

Subinterfaces of IDispatcher in org.eclipse.vtp.framework.common.controller
 interface IExitDispatcher
          A dispatcher that terminates the current process and returns control to the process that included it.
 interface IForwardDispatcher
          A dispatcher that terminates the current process and forwards control to another process.
 interface IIncludeDispatcher
          A dispatcher that suspends the current process, forwards control to another process, and resumes the current process when the target process completes.